setHintLaunchesActivity
open fun setHintLaunchesActivity(hintLaunchesActivity: Boolean): NotificationCompat.Action.WearableExtender(source)
Set a hint that this Action will launch an Activity directly, telling the platform that it can generate the appropriate transitions.
Return
this object for method chaining
Parameters
hintLaunchesActivity
true
if the content intent will launch an activity and transitions should be generated, false otherwise.